home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / comm / net / dialerdevice17.lha / dialer0.config < prev   
Text File  |  1994-07-16  |  1KB  |  48 lines

  1. #   dialer.device config file
  2. # Most config commands are optional
  3. # keywords are case-insensitive
  4.  
  5. # default: "serial.device"
  6. DEVICE nullmodem.device
  7.  
  8. # default: 0
  9. UNIT 0
  10.  
  11. # default: Prefs setting
  12. BAUD 38400
  13.  
  14. # default: ATZ
  15. #INITSTRING ATZ
  16.  
  17. # default: ATDT
  18. #DIALSTRING ATDT131,1234567890,
  19. #DIALSTRING ATDP9,WT
  20.  
  21. # You can have as many phone numbers as you like, including none. They will
  22. # be dialled in turn until you get a CONNECT. Dialling will be aborted on
  23. # "ERROR" or "NO DIALTONE".  If there are no phone numbers, no modem
  24. # initialisation will be done.
  25. PHONE 0123-456789
  26. PHONE 0123-567890
  27.  
  28. # default: 60
  29. DIALTIMEOUT 100
  30.  
  31. # You can have as many Conversations as you like, including none.
  32. # we wait for the first string, then send the second, with a CR appended
  33. # they will be actioned in the order encountered
  34. CONVERSE ogin: username
  35. CONVERSE sword: password
  36. CONVERSE rotocol: SLIP
  37. CONVERSE HELLO ""
  38.  
  39. # The time we wait in a Conversation for the expected string
  40. # default: 30
  41. #TIMEOUT 20
  42.  
  43. # default: 320 11 320 100
  44. #WINDOWSIZE 320 11 320 100
  45.  
  46. # default: 320 11 320 11
  47. #ZOOMSIZE 320 11 320 11
  48.